type github.com/jackc/pgx/v5/pgtype.encodePlanIntervalCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		interval.go#L92: 		return encodePlanIntervalCodecBinary{}
		interval.go#L100: type encodePlanIntervalCodecBinary struct{}
		interval.go#L102: func (encodePlanIntervalCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {